home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000021_news@newsmaster….columbia.edu _Sun May 3 13:01:03 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA13943
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 3 May 1998 13:01:03 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA19986
  7.     for kermit.misc@watsun; Sun, 3 May 1998 13:01:02 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!worldnet.att.net!newsadm
  9. From: Bernie <bfb@worldnet.att.net>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Sending Mail Question
  12. Date: Sun, 03 May 1998 17:07:05 +0000
  13. Organization: AT&T WorldNet Services
  14. Lines: 16
  15. Message-ID: <6ii7qp$p99@bgtnsc03.worldnet.att.net>
  16. NNTP-Posting-Host: 12.68.110.171
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.31 i586)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:8672
  22.  
  23. Listed below are the last few lines I'd like
  24. to add to my automated file xfer script.
  25. When I run it, the email is sent, but c-kermit 6.0
  26. is not exited.
  27.  
  28. How can I cleanly exit kermit after sending the message?
  29.  
  30. TIA for all your help Frank.  I'm glad to be able to support
  31. the C-Kermit project by purchasing your book, as it is an
  32. extremely useful tool.
  33.  
  34.  
  35. run mail root -s 'testing kermit' < my.msg
  36. exit 0
  37. quit
  38.